home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000049_news@columbia.edu_Fri Mar 31 20:51:00 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA10674
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 5 Apr 1995 22:31:21 -0400
  3. Received: by apakabar.cc.columbia.edu id AA12666
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 5 Apr 1995 22:31:19 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!uunet!in1.uu.net!usc!ccnet.com!usenet
  6. From: dasilva@ccnet.com
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Input / Output in Scripts?
  9. Date: 31 Mar 1995 20:51:00 GMT
  10. Organization: Silva Consulting Solutions
  11. Lines: 19
  12. Distribution: world
  13. Message-Id: <3lhpvk$nb8@ccnet.ccnet.com>
  14. Reply-To: dasilva@ccnet.com
  15. Nntp-Posting-Host: dasilva.ccnet.com
  16. X-Newsreader: IBM NewsReader/2 v1.03
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. I've got the manual in front of me, and I am trying to learn scripting. I have
  20. the following script to telnet to my provider:
  21.  
  22. log session
  23. set input echo on
  24. set terminal type vt100
  25. telnet my.isp.com
  26. input 5 login:
  27. output myname\13
  28. input 5 Password
  29. output mypassword\13
  30.  
  31. The telnet session opens, login: appears and the script just waits.
  32. I can manually login, but the script never sees the input. What am I missing?
  33. Thanks
  34.  
  35. David Silva - Silva Consulting Solutions - 510-527-6831
  36.        finger dasilva@ccnet.com for information
  37.